home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / networking / 3777 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.1 KB

  1. Path: vixen.cso.uiuc.edu!jwcj
  2. From: jwcj@rlb6000.scs.uiuc.edu (John Chen)
  3. Newsgroups: comp.sys.amiga.networking
  4. Subject: reconnect after reboot--amitcp4.3--it's possible again!
  5. Date: 12 Apr 1996 04:05:38 GMT
  6. Organization: University of Illinois at Urbana
  7. Message-ID: <4kkkqi$2rn@vixen.cso.uiuc.edu>
  8. NNTP-Posting-Host: rlb6000.scs.uiuc.edu
  9.  
  10. For those of you who wanted to reconnect after reboot with AmiTCP4.3,
  11. it's actually fairly easy if you have slip and the provider supports
  12. BOOTP.  All you have to do is to have another db/provider.conf that has
  13. all the dialing and logging in instructions deleted.  AmiTCP will
  14. renegotiate the connection automatically with this so long as you are
  15. still connected to the server.  Do the following:
  16.  
  17. 1) make your modem to ignore DTR by issuing AT&D0
  18. 2) copy db/provider.conf to db/provider.conf2
  19. 3) delete the dialing instructions after Show/HideConsole in the
  20. provider.conf2 file
  21. 4) create a script called reconnect in AmitCP:bin with the following
  22. lines
  23.     rename AmiTCP:db/provider.conf AmiTCP:db/provider.conf3
  24.     rename AmiTCP:db/provider.conf2 AmiTCP:db/provider.conf
  25.     rename AmiTCP:db/provider.conf3 AmiTCP:db/provider.conf2
  26.     startnet
  27.     rename AmiTCP:db/provider.conf AmiTCP:db/provider.conf3
  28.     rename AmiTCP:db/provider.conf2 AmiTCP:db/provider.conf
  29.     rename AmiTCP:db/provider.conf3 AmiTCP:db/provider.conf2
  30. 5) execute the script whenever you want to reconnect.
  31.  
  32. That's it.
  33.  
  34. The first set of renames will switch you to the continue Provider.conf
  35. and the second set of renames switches you back to the dialing
  36. Provider.conf.  This way, you'll never have to worry about whether you
  37. have the right provider.conf---so "startnet" will get you the normal
  38. connection while "reconnect" will get you the continued connection.
  39.  
  40. Thanks to Jarno of NSDi who emailed me back quite promptly about this.
  41. You can also play with startnet to make it accept different arguments,
  42. but I prefer this way since it's easier for me.
  43.  
  44. BTW, has anyone noticed that the slip connection is faster in 4.3?  I
  45. used to get about 1.6K/s at best, now I'm getting nearly 1.9K/s (on a
  46. 14.4bps modem)!
  47.  
  48. --
  49. John Chen
  50. jwcj@rlb6000.scs.uiuc.edu
  51. Be happier!
  52.